func github.com/andybalholm/brotli.inputBlockSize
4 uses
github.com/andybalholm/brotli (current package)
encode.go#L114: func inputBlockSize(s *Writer) uint {
encode.go#L124: var block_size uint = inputBlockSize(s)
encode.go#L770: if delta > uint64(inputBlockSize(s)) {
encode.go#L851: var next_input_fits_metablock bool = (processed_bytes+inputBlockSize(s) <= max_length)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |